ConfigEntry
constructor(parentElement: DynamicListWidget, content: ConfigEntry.ContentBuilder.BuildResult, texts: Translatable.Result)
Parameters
parentElement
DynamicListWidget the settings widget the entry is being added to. This is provided internally; Fzzy Config asks for instances of Function$lt;DynamicListWidget, ConfigEntry> so it can finish construction lazily when needed.
content
ContentBuilder.BuildResult built contents of this entry.
texts
Translatable.Result translation information for this entry. This is provided by EntryCreator.CreatorContext